home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ;* This is an outline configuration file for the IVP. *
- ;* Written By Admiral Bailey [YAM] *
- ;****************************************************************************
-
- ; File for code to be written too.
- F=
-
- ; Virus Name
- V=
-
- ; Authors Name
- A=
-
- ; Infection type. [E]xe, [C]om, [B]oth, [T]rojan.
- I=
-
- ; [O]verwriting or [A]ppending upon infection.
- G=
-
- ; ID your virus uses for checking for infection. Must be two letters
- W=
-
- ; Encryption?
- E=
-
- ; Change Directories?
- D=
-
- ; Get COMMAND.COM?
- C=
-
- ; Largest size of a file that we should infect. In bytes.
- ; Put a zero if you dont want this option.
- H=
-
- ; Smallest file to infect.
- ; Put a zero if you dont want this option.
- J=
-
- ; Set the int 24 handler?
- B=
-
- ; Max number of files to infect at runtime.
- ; Set K to zero if you want it to infect every file.
- K=
-
- ; Should IVP compile the source produced?
- ; Put Path if yes. Set to 0 if no.
- L=
-
- ; Size of compiled file.
- M=
-
- ; 'N' allows you to specify and strings you want displayed. Each line must
- ; use a new command. See docs for a better explanation.
- N=
-
- ;****************************************************************************
- ;* Activation Options *
- ;* Using 'N' will disable that option. *
- ;* If a '+' is at the end then it will activate if greater than the value. *
- ;* If a '-' is at the end then it will activate if less than the value. *
- ;* Putting nothing at the end will activate when equal to that value. *
- ;* Examples: *
- ;* O1=1993+ ------> Activate anytime after 1993 *
- ;* O3=12- ------> Activate if date is less than 12 *
- ;* O5=4 ------> Activate if its 4 am. *
- ;****************************************************************************
-
- ; Year
- O1=
- ; Month
- O2=
- ; Day of month
- O3=
- ; Day of the Week
- O4=
- ; Hour of Day
- O5=
- ; Minute
- O6=
- ; Second
- O7=
-
- ; File name with routine you will include.
- ; Comment the lines to nulify this command.
- p=
- :START
-
- :END
-
- ;****************************************************************************
- ;* New Routines Not Put In Document. *
- ;****************************************************************************
-
-